Hash Map Key Value Extractor
Create a HashMapKeyValueExtractor instance. This class guaranties thatkeys and values are in the same order as in provided HashMap.
Parameters
map
The hashmap which should be use for extracting keys and values.